home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 May / PCpro_2006_05.ISO / files / mobile / fma-2.0-stable-setup.exe / {app} / source / uGetContact.dfm < prev    next >
Encoding:
Text File  |  2004-06-29  |  806 b   |  41 lines

  1. inherited frmGetContact: TfrmGetContact
  2.   Left = 500
  3.   Top = 265
  4.   Caption = 'Select A Contact'
  5.   ClientHeight = 261
  6.   OldCreateOrder = True
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited Label2: TLabel
  10.     Top = 276
  11.     Visible = False
  12.   end
  13.   inherited TntListView1: TTntListView
  14.     MultiSelect = False
  15.   end
  16.   inherited AddButton: TButton
  17.     Top = 292
  18.     Visible = False
  19.   end
  20.   inherited SelectedList: TTntListView
  21.     Top = 292
  22.     Visible = False
  23.   end
  24.   inherited RemButton: TButton
  25.     Top = 324
  26.     Visible = False
  27.   end
  28.   inherited OkButton: TButton
  29.     Top = 228
  30.     ModalResult = 0
  31.     OnClick = OkButtonClick
  32.   end
  33.   inherited CancelButton: TButton
  34.     Top = 228
  35.   end
  36.   inherited ClearButton: TButton
  37.     Top = 356
  38.     Visible = False
  39.   end
  40. end
  41.